{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Stage 3: Counting task {% endblock %} {% block content %}
{{ player.get_or_create_task.html_body|safe }}
Number of times 0 appears:


Number of tables completed correctly: {{ player.num_tasks_correct }}

Click 'Submit Answer' to validate your answer.

You may stop working on the task at any time by clicking the 'End Task' button. Note that you need to correctly complete 10 tables to earn $10.


{% endblock %} {% block scripts %} {% include 'realefforttask/includes/js_work_page.html' %} {% endblock %} {% block styles %} {% endblock %}